home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
Ruler.h
< prev
next >
Wrap
Text File
|
1992-02-09
|
262b
|
17 lines
@interface Ruler : View <Ruler>
{
Font *font;
NXCoord descender;
NXCoord startX;
NXCoord lastlp, lasthp;
BOOL flipped;
BOOL notHidden;
}
+ (NXCoord)width;
- setFont:(Font *)aFont;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end